home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / icon / read.me < prev    next >
Text File  |  1993-07-11  |  3KB  |  104 lines

  1. General Information:
  2.  
  3. This area contains material related to the Icon programming language.  All
  4. program material is Version 8. There are some differences in the minor
  5. version numbers.
  6.  
  7. There's an interpreter as well as a compiler for Icon for some platforms.
  8. We recommend that persons new to Icon start with the interpreter -- it gets
  9. into execution much faster and is best for program development.  The compiler
  10. can be used later for improved program performance.
  11.  
  12. The subdirectories here are:
  13.  
  14.     binaries    Executable binaries (only) for different platforms.
  15.  
  16.     contrib        User-contributed material. Not tested by us.
  17.  
  18.     doc        Documentation.
  19.  
  20.     images        Images.
  21.  
  22.     library        Icon program library.
  23.  
  24.     misc        Odds and ends.
  25.  
  26.     newsgrp        Icon newsgroup archives.
  27.  
  28.     packages    Program packages for different implementations.  Some
  29.             contain source, while others do not.  See the READ.ME
  30.             in the subdirectory.
  31.  
  32.     tools        Programs for file transfer and maintenance.
  33.  
  34. See the READ.ME files in these subdirectories for more information.
  35. ------------------------------------------------------------------------------
  36.  
  37. About Downloading:
  38.  
  39.    Files with the following suffixes are text files and should be
  40. transferred in ascii (text) mode:
  41.  
  42.         .com      (VMS scripts)
  43.         .doc      (documents formatted for mono-spaced devices)
  44.         .hqx      (Macintosh BinHex 4.0 encoding)
  45.  
  46. Files with the following suffixes contain binary information and
  47. should be transferred in binary (image) mode:
  48.  
  49.         .arc      (ARC packaged files)
  50.         .bck      (VMS BACKUP)
  51.         .cpi      (UNIX cpio files)
  52.     .eps      (Encapsulated PostScript files)
  53.         .exe      (MS-DOS executables)
  54.     .gif      (CompuServe GIF images)
  55.     .lzh      (LHARC packaged files)
  56.     .ps      (PostScript documents)
  57.         .tar      (UNIX tar files)
  58.         .zoo      (Zoo packaged files)
  59.         .Z        (UNIX Compress 4.0 files)
  60.  
  61. File names without extensions also are binary.
  62.  
  63. cpio files are written in compatibility mode (-c). To unload foo.cpi, e.g.,
  64. do
  65.  
  66.     cpio -idc <foo.cpi
  67.  
  68. Although most PostScript (.ps) files can be treated as text and
  69. downloaded in ascii mode, some cannot. It is always safe to transfer
  70. PostScript files as binary data.
  71.  
  72.    Note:  In some cases, the files are images of diskettes.  As
  73. such, they preserve the structure of the physical distribution as
  74. referred to in their documentation.  One consequence of this is
  75. that, for example, there are ARC files within ARC files.
  76.  
  77.    In some cases, ``natural'' file names have been modified to
  78. conform to limitations of some operating systems.  You may need
  79. to rename these files at your end.
  80.  
  81. ------------------------------------------------------------------------------
  82.  
  83. Getting Connected:
  84.  
  85.    If you download Icon material, please let us know:
  86.  
  87.         Icon Project
  88.         Department of Computer Science
  89.         Gould-Simpson Building
  90.         The University of Arizona
  91.         Tucson, AZ   85721
  92.         U.S.A.
  93.         (602) 621-8448
  94.         icon-project@cs.arizona.edu     (Internet)
  95.         ... uunet!arizona!icon-project      (uucp)
  96.  
  97. Be sure to tell us what you downloaded.
  98.  
  99.    We will add you to our Icon Newsletter mailing list if you are
  100. not already on it.
  101.  
  102.    PLEASE NOTE:  We need a postal mailing address for this; the Newsletter is
  103. not distributed electronically.
  104.